Method: Kintone::Query::Field#<=

Defined in:
lib/kintone/query.rb

#<=(other) ⇒ Object



111
112
113
# File 'lib/kintone/query.rb', line 111

def <=(other)
  save('<=', other.query_format)
end